home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / bash-1.08 / examples / shcat < prev    next >
Encoding:
Text File  |  1991-02-26  |  54 b   |  8 lines

  1. shcat()
  2. {
  3.     while read line
  4.     do
  5.         echo "$line"
  6.     done
  7. }
  8.